Subnode by user @KGBicheno in node [[dataset_api_(tf data)]]
Agora locations contain community contributions whose titles or topics match your search. x
πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Dataset_Api_(Tf.Data).md by @KGBicheno β˜†

Dataset API (tf.data)

Go back to the [[AI Glossary]]

#TensorFlow

A high-level TensorFlow API for reading data and transforming it into a form that a machine learning algorithm requires. A tf.data.Dataset object represents a sequence of elements, in which each element contains one or more Tensors. A tf.data.Iterator object provides access to the elements of a Dataset.

For details about the Dataset API, see Importing Data in the TensorFlow Programmer’s Guide.

Loading pushes...